﻿body {
}
/*页面右侧的电话等联系方式*/
.rightbutton {
    height: 340px;
    top: 18%;
    left: 92%;
    position: fixed;
    width: 70px;
    z-index: 99;
    top: 30%;
}

.righttel {
    background-color: #f7f6f4;
    height: 70px;
    width: 70px;
    border-radius: 70px;
}

.rightothers {
    background-color: #f7f6f4;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    margin-top: 20px;
}

.righttel img {
    width: 100%;
}

.rightothers img {
    width: 100%;
}

.suspensiontel {
    background-image: url('../images/telblue.png');
    width: 290px;
    height: 70px;
    position: fixed;
    z-index: 99;
    position: fixed;
    left: -219px;
    top: 0;
    border-radius: 70px;
    background-size: 100% 100%;
}

.suspensiontel p {
    color: #fff;
    font-size: 19px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 1px;
}

.suspensionchat {
    background-image: url('../images/wechat.png');
    width: 187px;
    height: 84px;
    position: fixed;
    z-index: 99;
    position: fixed;
    left: -219px;
    top: 84px;
    background-size: 100% 100%;
}

.suspensionchat p {
    color: #fff;
    font-size: 8px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    letter-spacing: 1px;
}

.suspensionchatl {
    margin-left: 10px;
    float: left;
    height: 76px;
    width: 76px;
    margin-top: 4px;
}

.suspensionchatr {
    margin-left: 8px;
    float: left;
    height: 84px;
}

.suspensionchatl img {
    width: 100%;
}

.suspensionQQ {
    background-image: url('../images/QQ.png');
    width: 290px;
    height: 70px;
    position: fixed;
    z-index: 99;
    position: fixed;
    left: -219px;
    top: 180px;
    border-radius: 70px;
    background-size: 100% 100%;
}

.suspensionQQ p {
    color: #fff;
    font-size: 19px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 1px;
}
.list6 ul li:last-child{
    border-bottom:0px;
}